Skip to main content

Migrate a Report

Overview

The API Comparison table highlights the main actions and API methods for creating, scheduling, and executing a Report. Select an endpoint from IQM or The Trade Desk to review that platform's relevant API documentation. By comparing APIs, you can migrate your workflow from The Trade Desk to IQM.

API Comparison

Base URLs
  IQM: https://app.iqm.com

TTD: https://api.thetradedesk.com
ActionIQM EndpointThe Trade Desk EndpointNotes
Get Report by IDGET/api/v3/ra/report/{reportId}n/a
Create a ReportPOST/api/v3/ra/report/addn/aThe Trade Desk requires using the UI to define Report templates' metrics. IQM's API allows users to include/exclude metrics manually through its API with the dimensions and columns parameters.
Schedule a ReportPOST/api/v3/ra/report/email/schedulePOST/v3/myreports/reportschedule
Execute a ReportPOST/api/v3/ra/report/executeGraphQL mutation campaignReportExecute
Download a ReportPOST/api/v3/ra/report/downloadGraphQL mutation campaignReportExecute

More Reports Resources

IQM:

TTD: